Vcenter NamespaceManagement Supervisors Metrics HttpRemoteEndpointInfo
The Vcenter NamespaceManagement Supervisors Metrics HttpRemoteEndpointInfo schema contains information about the parameters used to configure Supervisor for sending metrics to a remote endpoint via HTTP messages.
This schema was added in vSphere API 9.0.0.0.
{
"url": "string",
"tls_client_config": {
"certificate_authority_chain": "string",
"client_certificate": "string"
},
"http_headers": [
{
"name": "string",
"value": "string"
}
]
}
URL of the remote endpoint where Supervisor should send metrics. This can be an HTTP or HTTPS URL, following the format http(s)://server.com/path/to/metrics.
This property was added in vSphere API 9.0.0.0.
TLS client configuration information used by Supervisor for sending metrics to a remote endpoint.
This property was added in vSphere API 9.0.0.0.
If missing or null
, Supervisor will not use TLS communication with the remote endpoint when sending metrics.
HTTP headers to be added when the Supervisor sends metrics to the remote endpoint.
This property was added in vSphere API 9.0.0.0.
If missing or null
, no HTTP headers are added when sending metrics to the remote endpoint.